services.hostapd.radios.<name>.networks.<name>.ignoreBroadcastSsid
Send empty SSID in beacons and ignore probe request frames that do not specify full SSID, i.e., require stations to know SSID. Note that this does not increase security, since your clients will then broadcast the SSID instead, which can increase congestion.
- "disabled": Advertise ssid normally.
- "empty": send empty (length=0) SSID in beacon and ignore probe request for broadcast SSID
- "clear": clear SSID (ASCII 0), but keep the original length (this may be required with some legacy clients that do not support empty SSID) and ignore probe requests for broadcast SSID. Only use this if empty does not work with your clients.
- Type
one of "disabled", "empty", "clear"- Default
"disabled"- Declared
- <nixpkgs/nixos/modules/services/networking/hostapd.nix>